Move palmdoc options to options/
authorparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 17 May 2006 01:16:06 +0000 (01:16 +0000)
committerparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 17 May 2006 01:16:06 +0000 (01:16 +0000)
gpsbabel/xmldoc/formats/options/palmdoc-bookmarks_short.xml
gpsbabel/xmldoc/formats/options/palmdoc-dbname.xml
gpsbabel/xmldoc/formats/options/palmdoc-encrypt.xml
gpsbabel/xmldoc/formats/options/palmdoc-logs.xml
gpsbabel/xmldoc/formats/options/palmdoc-nosep.xml
gpsbabel/xmldoc/formats/palmdoc.xml

index 8b137891791fe96927ad78e64b0aad7bded08bdc..b1c22efb547936e944c64d4aeecaa627b05d3ae6 100644 (file)
@@ -1 +1,9 @@
-
+<para>
+If you would like the generated bookmarks to start with
+the short name for the waypoint, specify this option.
+</para>
+<para>
+This is particularly useful when used in combination with the 'sort'
+filter.
+</para>
+    
index 8b137891791fe96927ad78e64b0aad7bded08bdc..72340fbbc6f563fde3c1c4cc7500ae63c029c058 100644 (file)
@@ -1 +1,5 @@
-
+<para>
+This options specifies the internal name for the document.  This is the name
+that appears in your document reader, not the name of the file that is created
+on your computer.  
+</para>
index 8b137891791fe96927ad78e64b0aad7bded08bdc..2d7d9609172025d9bf662f25fd8a638d8dbc5b6e 100644 (file)
@@ -1 +1,3 @@
-
+<para>
+Use this option to encrypt hints from Groundspeak GPX files.  
+</para>
index 8b137891791fe96927ad78e64b0aad7bded08bdc..9e25a13ea9b70ffea0bbc41abfb81c9090d74ba0 100644 (file)
@@ -1 +1,3 @@
-
+<para>
+Use this option to include Groundspeak cache logs in the created document.  
+</para>
index 8b137891791fe96927ad78e64b0aad7bded08bdc..75e79abf7a62bdab17832879bc63d87ff6578ae5 100644 (file)
@@ -1 +1,3 @@
-
+<para>
+To suppress the dashed lines between waypoints, use this option.  
+</para>
index 3f05de7c95179b4ccde6c91c637bd6dc0215f03e..5c7a6cf315e9d3e0c570002780ed2b2e60738017 100644 (file)
@@ -1,25 +1,13 @@
-
-      
-      
-      <para> PalmDoc output is similar to Text output, except that it
-generates a Palm Database (PDB) file suitable for use with programs
-like CSpotRun, TealDoc, AportisDoc, Palm Reader, and others.  The
-resulting file also contains bookmarks to make it easy to jump to a
-particular waypoint.  To suppress the dashed lines between waypoints,
-use the 'nosep' option.  To specify a name for the document, use the
-'dbname' option. Use the 'encrypt' option to encrypt hints from
-Groundspeak GPX files.  Use the 'logs' option to include Groundspeak
-cache logs.  If you would like the generated bookmarks to start with
-the short name for the waypoint, specify the 'bookmarks_short' option.
-This is particularly useful when used in combination with the 'sort'
-filter.
+<para> 
+PalmDoc output is similar to <link linkend="fmt_text">Text</link>
+output, except that it generates a Palm Database (PDB) file suitable for 
+use with programs like CSpotRun, TealDoc, AportisDoc, Palm Reader, and 
+others.  The resulting file also contains bookmarks to make it easy to jump 
+to a particular waypoint.  
 </para>
-      <para> The following command line reads a GPX file with
-Groundspeak extensions and writes a Palm document with encrypted hints
-and logs:
+<para> 
+The following command line reads a GPX file with Groundspeak extensions 
+and writes a Palm document with encrypted hints and logs:
 </para>
-      <screen format="linespecific">gpsbabel -i gpx -f 12345.gpx \ -o
-       "palmdoc,dbname=Unfound Geocaches,encrypt,logs" \ 
-       -F 12345.pdb
-</screen>
+<screen format="linespecific">gpsbabel -i gpx -f 12345.gpx -o "palmdoc,dbname=Unfound Geocaches,encrypt,logs" -F 12345.pdb</screen>